bitkeeper revision 1.1159.183.2 (41a216ce6YIv6IWbateVWedQylK5rA)
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 22 Nov 2004 16:41:50 +0000 (16:41 +0000)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Mon, 22 Nov 2004 16:41:50 +0000 (16:41 +0000)
commit4b64c0d7ea1fd15dee69be0754bf8a8d07838946
tree3c4c0174ccd8f64299bafb75099d86e11620ad59
parentc81cf54c19d633c7840e626b1c0ef91e60935795
bitkeeper revision 1.1159.183.2 (41a216ce6YIv6IWbateVWedQylK5rA)

Restructure libxutil to prepare for adding vnets.
Move common files from xfrd into libxutil.
34 files changed:
.rootkeys
tools/libxutil/Makefile
tools/libxutil/debug.h [new file with mode: 0644]
tools/libxutil/enum.c [new file with mode: 0644]
tools/libxutil/enum.h [new file with mode: 0644]
tools/libxutil/hash_table.c [new file with mode: 0644]
tools/libxutil/hash_table.h [new file with mode: 0644]
tools/libxutil/iostream.c
tools/libxutil/iostream.h
tools/libxutil/kernel_stream.c
tools/libxutil/lexis.c [new file with mode: 0644]
tools/libxutil/lexis.h [new file with mode: 0644]
tools/libxutil/socket_stream.c [new file with mode: 0644]
tools/libxutil/socket_stream.h [new file with mode: 0644]
tools/libxutil/string_stream.c
tools/libxutil/string_stream.h
tools/libxutil/sxpr.c [new file with mode: 0644]
tools/libxutil/sxpr.h [new file with mode: 0644]
tools/libxutil/sxpr_parser.c [new file with mode: 0644]
tools/libxutil/sxpr_parser.h [new file with mode: 0644]
tools/libxutil/sys_net.c
tools/libxutil/util.c [new file with mode: 0644]
tools/libxutil/util.h [new file with mode: 0644]
tools/xfrd/Make.xfrd
tools/xfrd/enum.c [deleted file]
tools/xfrd/enum.h [deleted file]
tools/xfrd/hash_table.c [deleted file]
tools/xfrd/hash_table.h [deleted file]
tools/xfrd/lexis.c [deleted file]
tools/xfrd/lexis.h [deleted file]
tools/xfrd/sxpr.c [deleted file]
tools/xfrd/sxpr.h [deleted file]
tools/xfrd/sxpr_parser.c [deleted file]
tools/xfrd/sxpr_parser.h [deleted file]